runtime.gcControllerState.mappedReady (field)
12 uses
runtime (current package)
mem.go#L51: gcController.mappedReady.Add(int64(n))
mem.go#L61: gcController.mappedReady.Add(-int64(n))
mem.go#L76: gcController.mappedReady.Add(int64(prepared))
mem.go#L115: gcController.mappedReady.Add(-int64(n))
mem.go#L129: gcController.mappedReady.Add(-int64(n))
mgcpacer.go#L361: mappedReady atomic.Uint64 // total virtual memory in the Ready state (see mem.go).
mgcpacer.go#L955: mappedReady = c.mappedReady.Load() // Total unreleased mapped memory.
mgcscavenge.go#L179: mappedReady := gcController.mappedReady.Load()
mgcscavenge.go#L408: gcController.mappedReady.Load() <= scavenge.memoryLimitGoal.Load()
mheap.go#L1284: inuse := gcController.mappedReady.Load()
mstats.go#L488: if gcController.mappedReady.Load() != totalMapped-uint64(consStats.released) {
mstats.go#L489: print("runtime: mappedReady=", gcController.mappedReady.Load(), "\n")
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |